DioDocs for PDF
Write<T>(IntPtr,T[],Int32,Int32) メソッド

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DXUtil クラス > Write メソッド : Write<T>(IntPtr,T[],Int32,Int32) メソッド
Type of a data to write.
Memory location to write to.
The array of T data to write.
The offset in the array to read from.
The number of T element to write to the memory location.
Writes the specified array T[] data to a memory location.
シンタックス
'宣言
 
Public Overloads Shared Function Write(Of T As {New, Struct})( _
   ByVal destination As System.IntPtr, _
   ByVal data() As T, _
   ByVal offset As System.Integer, _
   ByVal count As System.Integer _
) As System.IntPtr
public static System.IntPtr Write<T>( 
   System.IntPtr destination,
   T[] data,
   System.int offset,
   System.int count
)
where T: new(), struct

パラメータ

destination
Memory location to write to.
data
The array of T data to write.
offset
The offset in the array to read from.
count
The number of T element to write to the memory location.

型パラメータ

T
Type of a data to write.

戻り値の型

destination pointer + sizeof(T) * count.
参照

DXUtil クラス
DXUtil メンバ
オーバーロード一覧